home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Utilities / MUIFuzzyShadow / MUIFuzzyShadows.readme < prev    next >
Encoding:
Text File  |  2001-05-26  |  2.5 KB  |  92 lines

  1. Short:    PageStream arexx script - make fuzzy shadows
  2. Uploader: Michael.Merkel@gmx.net (Michael Merkel)
  3. Author:   Michael.Merkel@gmx.net (Michael Merkel)
  4. Type:     text/dtp
  5. Replaces: text/dtp/MUIFuzzyShadows.lha
  6. Version:  V1.04 (26. May 2001)
  7.  
  8.  
  9. ABOUT
  10. -----
  11. This is an ARexx script for use with PageStream3.
  12. It tries to append a so called "fuzzy shadow" to the selected object
  13.  
  14. Just select one or more objects (text or picture/drawing) and call the script.
  15.  
  16.  
  17. DISTRIBUTION
  18. ------------
  19. spread it! use it! _write me!_
  20.  
  21.  
  22. REQUIREMENTS
  23. ------------
  24. * PageStream3/4 (of course!!!) >= V3.4! (V4 recomended)
  25. * MUI
  26. * rxMUI!! (http://web.tiscalinet.it/amiga/rxmui/)
  27. * objects...
  28.  
  29.  
  30. INSTALLATION
  31. ------------
  32. * extract this archive to your RAM disk
  33. * Start the installer script from there
  34.   USE THE INSTALLER. IT SETS THE INSTALLATION PATH INSIDE THE SCRIPT!
  35.   IF YOU DO NOT USE THIS THE SCRIPT WILL NOT WORK 100% FOR SURE!
  36.  
  37.  
  38. USAGE
  39. -----
  40. * create a new script in you PageStream page palette. The content of the script
  41.   should be: 'rx "Scripts/MUIFuzzyShadows/MUIFuzzyShadows.rexx"'.
  42. * insert a second script with parameter QUICK
  43.   ('rx "Scripts/MUIFuzzyShadows/MUIFuzzyShadows.rexx QUICK"')
  44. * select one or more objects and play the script. The second one will not open the
  45.   prefs   window but start FuzzyShadows directly. Good for "mass shadowing".
  46. * loooook!!!
  47.  
  48.  
  49. HISTORY
  50. -------
  51. V1.00 (01. January 2000)
  52.  * first public release
  53.  * completely derived from FuzzyShadow.rexx. Just added the MUI GUI and changed
  54.    the prefs file format so you'll never again lose it.
  55.  * first project with rxMUI instead of MUIRexx. rxMUI seems to be more powerfull
  56.    when developing ARexx scripts. No need to call the script by itself again and again.
  57.    rxMUI is shareware! Read the readme.
  58.  
  59. V1.01 (17. March 2000)
  60.  * corrected the problems with non resizeable prefs window
  61.  * added some error messages
  62.  * added installer script. You MUST use it.
  63.  
  64. V1.02 (01. February 2001)
  65.  * works now with rxMUI v4.2
  66.  
  67. V1.03 (24. May 2001)
  68.  * added "MUI Prefs" Menu entry
  69.  * help bubbles should work now (with rxMUI >=V8.0)
  70.  * still problems with current pgs 4.0.9 (software failures 80...04, alerts)
  71.    With pgs 4.0.7 these problems don't occur.
  72.  
  73. V1.04 (26. May 2001)
  74.  * added usual MUI* script header
  75.  
  76.  
  77. AUTHOR
  78. ------
  79. Michael Merkel (MiMe@IRC)
  80. Michael.Merkel@gmx.net (Michael Merkel)
  81. http://home.t-online.de/home/Merkel.Michael/
  82.  
  83.  
  84. THANKS TO
  85. ---------
  86. SoftLogik
  87.     for this wonderful program! It's the best on all platforms...
  88.  
  89. Alfonso Ranieri
  90.     for rxMUI
  91.  
  92.